home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue62 / ADSI / adsearchmain.dfm < prev    next >
Encoding:
Text File  |  2000-08-07  |  2.2 KB  |  112 lines

  1. object frmMain: TfrmMain
  2.   Left = 213
  3.   Top = 85
  4.   Width = 619
  5.   Height = 582
  6.   ActiveControl = edtBasePath
  7.   BorderWidth = 4
  8.   Caption = 'Searching in ADSI'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 56
  22.     Width = 76
  23.     Height = 13
  24.     Caption = 'Object Category'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 104
  29.     Width = 75
  30.     Height = 13
  31.     Caption = 'Filter expression'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 152
  36.     Width = 44
  37.     Height = 13
  38.     Caption = 'Attributes'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 16
  42.     Top = 8
  43.     Width = 79
  44.     Height = 13
  45.     Caption = 'Base LDAP path'
  46.   end
  47.   object edtObjCategory: TEdit
  48.     Left = 16
  49.     Top = 72
  50.     Width = 575
  51.     Height = 21
  52.     Anchors = [akLeft, akTop, akRight]
  53.     TabOrder = 1
  54.   end
  55.   object edtFilter: TEdit
  56.     Left = 16
  57.     Top = 120
  58.     Width = 575
  59.     Height = 21
  60.     Anchors = [akLeft, akTop, akRight]
  61.     TabOrder = 2
  62.   end
  63.   object edtAttr: TEdit
  64.     Left = 16
  65.     Top = 168
  66.     Width = 575
  67.     Height = 21
  68.     Anchors = [akLeft, akTop, akRight]
  69.     TabOrder = 3
  70.   end
  71.   object btnSearch: TButton
  72.     Left = 253
  73.     Top = 200
  74.     Width = 105
  75.     Height = 25
  76.     Anchors = [akTop, akRight]
  77.     Caption = '&Search'
  78.     TabOrder = 5
  79.     OnClick = btnSearchClick
  80.   end
  81.   object chkFirstOnly: TCheckBox
  82.     Left = 16
  83.     Top = 208
  84.     Width = 153
  85.     Height = 17
  86.     Caption = 'Return only first row'
  87.     TabOrder = 4
  88.   end
  89.   object Memo1: TMemo
  90.     Left = 16
  91.     Top = 240
  92.     Width = 575
  93.     Height = 295
  94.     Anchors = [akLeft, akTop, akRight, akBottom]
  95.     ScrollBars = ssVertical
  96.     TabOrder = 6
  97.   end
  98.   object edtBasePath: TEdit
  99.     Left = 16
  100.     Top = 24
  101.     Width = 575
  102.     Height = 21
  103.     Anchors = [akLeft, akTop, akRight]
  104.     TabOrder = 0
  105.   end
  106.   object ADSISearch1: TADSISearch
  107.     ObjectCategory = '*'
  108.     Left = 440
  109.     Top = 200
  110.   end
  111. end
  112.